Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / CacheDataCollectionItemEventArgs<T> Class / Item Property

In This Topic
    Item Property (CacheDataCollectionItemEventArgs<T>)
    In This Topic
    Gets the item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As T
    public T Item {get;}
    See Also